home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFPROGRESS / TFPROGRESS.txt
Text File  |  2002-03-16  |  1KB  |  54 lines

  1. object fProgress: TfProgress
  2.   Left = 267
  3.   Top = 231
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'progress ....'
  7.   ClientHeight = 72
  8.   ClientWidth = 485
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel6: TPanel
  23.     Left = 7
  24.     Top = 7
  25.     Width = 473
  26.     Height = 57
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -9
  32.     Font.Name = 'Verdana'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     object dfsExtProgressBar1: TdfsExtProgressBar
  37.       Left = 9
  38.       Top = 40
  39.       Width = 456
  40.       Height = 10
  41.       Min = 0
  42.       Max = 100
  43.       TabOrder = 0
  44.       SelectionColor = 6510397
  45.     end
  46.   end
  47.   object Timer1: TTimer
  48.     Enabled = False
  49.     OnTimer = Timer1Timer
  50.     Left = 31
  51.     Top = 65535
  52.   end
  53. end
  54.